-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update python-semantic-release requirement from ==8.7.* to ==9.2.* #216
Merged
amarsjac
merged 1 commit into
mainline
from
dependabot/pip/python-semantic-release-eq-9.2.star
Mar 19, 2024
Merged
chore(deps): update python-semantic-release requirement from ==8.7.* to ==9.2.* #216
amarsjac
merged 1 commit into
mainline
from
dependabot/pip/python-semantic-release-eq-9.2.star
Mar 19, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependabot
bot
added
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
labels
Mar 19, 2024
amarsjac
approved these changes
Mar 19, 2024
Updates the requirements on [python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) to permit the latest version. - [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases) - [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md) - [Commits](python-semantic-release/python-semantic-release@v8.7.0...v9.2.2) --- updated-dependencies: - dependency-name: python-semantic-release dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
amarsjac
force-pushed
the
dependabot/pip/python-semantic-release-eq-9.2.star
branch
from
March 19, 2024 16:23
47d4f88
to
b9baa71
Compare
baxeaz
pushed a commit
that referenced
this pull request
Mar 21, 2024
Updates the requirements on [python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) to permit the latest version. - [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases) - [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md) - [Commits](python-semantic-release/python-semantic-release@v8.7.0...v9.2.2) --- updated-dependencies: - dependency-name: python-semantic-release dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Brian Axelson <baxelson@amazon.com>
npmacl
pushed a commit
that referenced
this pull request
Mar 21, 2024
Updates the requirements on [python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) to permit the latest version. - [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases) - [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md) - [Commits](python-semantic-release/python-semantic-release@v8.7.0...v9.2.2) --- updated-dependencies: - dependency-name: python-semantic-release dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
baxeaz
added a commit
that referenced
this pull request
Mar 22, 2024
* Switch to running deadline_vfs as os_user Signed-off-by: Brian Axelson <baxelson@amazon.com> * feat(job_attachments): enhance handling S3 timeout errors and BotoCoreError (#206) Improve error handling for S3 requests by - adding "retries" configuration to the S3 client - adding BotoCoreError handling to cover S3 timeout errors (e.g., ReadTimeoutError, ConnectTimeoutError) Signed-off-by: Gahyun Suh <132245153+gahyusuh@users.noreply.github.com> Signed-off-by: Brian Axelson <baxelson@amazon.com> * fix(job_attachments): Use files' last modification time to identify output files to be synced (#211) Signed-off-by: Gahyun Suh <132245153+gahyusuh@users.noreply.github.com> Signed-off-by: Brian Axelson <baxelson@amazon.com> * chore(deps): update python-semantic-release requirement (#216) Updates the requirements on [python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) to permit the latest version. - [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases) - [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md) - [Commits](python-semantic-release/python-semantic-release@v8.7.0...v9.2.2) --- updated-dependencies: - dependency-name: python-semantic-release dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Brian Axelson <baxelson@amazon.com> * chore(release): 0.41.0 (#217) Signed-off-by: client-software-ci <129794699+client-software-ci@users.noreply.github.com> Signed-off-by: Brian Axelson <baxelson@amazon.com> * chore(deps): update coverage[toml] requirement from ~=7.2 to ~=7.4 (#156) Updates the requirements on [coverage[toml]](https://github.com/nedbat/coveragepy) to permit the latest version. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.3.0...7.4.0) --- updated-dependencies: - dependency-name: coverage[toml] dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Brian Axelson <baxelson@amazon.com> * fix: Make StorageProfileOperatingSystemFamily enum case-insensitive Signed-off-by: Caden Marofke <marofke@amazon.com> Signed-off-by: Brian Axelson <baxelson@amazon.com> * ci: add gpg signing of build artifacts (#218) Signed-off-by: Charles Moore <122481442+moorec-aws@users.noreply.github.com> Signed-off-by: Brian Axelson <baxelson@amazon.com> * feat!: prep for rootPathFormat becoming ALL UPPERS (#222) ** BREAKING CHANGE ** * The PathFormat enum's values went from all lowercase to all uppercase * The source_path_root in the path mapping rules return value from sync_inputs went from all lowercase to all uppercase Signed-off-by: Morgan Epp <60796713+epmog@users.noreply.github.com> Signed-off-by: Brian Axelson <baxelson@amazon.com> * CR Feedback Signed-off-by: Brian Axelson <baxelson@amazon.com> * Cleaning up a few more 'executing the job' cases Signed-off-by: Brian Axelson <baxelson@amazon.com> --------- Signed-off-by: Brian Axelson <baxelson@amazon.com> Signed-off-by: Gahyun Suh <132245153+gahyusuh@users.noreply.github.com> Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: client-software-ci <129794699+client-software-ci@users.noreply.github.com> Signed-off-by: Caden Marofke <marofke@amazon.com> Signed-off-by: Charles Moore <122481442+moorec-aws@users.noreply.github.com> Signed-off-by: Morgan Epp <60796713+epmog@users.noreply.github.com> Co-authored-by: Gahyun Suh <132245153+gahyusuh@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: client-software-ci <129794699+client-software-ci@users.noreply.github.com> Co-authored-by: Caden Marofke <marofke@amazon.com> Co-authored-by: Charles Moore <122481442+moorec-aws@users.noreply.github.com> Co-authored-by: Morgan Epp <60796713+epmog@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updates the requirements on python-semantic-release to permit the latest version.
Release notes
Sourced from python-semantic-release's releases.
Changelog
Sourced from python-semantic-release's changelog.
... (truncated)
Commits
e361f34
9.2.2e083056
test: update references in test cases91d221a
fix(cli): enable subcommand help even if config is invalid1d53879
test(cli-help): add test cases of --help failuresca1c022
9.2.127cd93a
fix(parse-git-url): handle urls with url-safe special charactersfc74ef2
test(helpers): add git url parse cases for urls with special characters04bbefd
refactor: drop other 3.7 references585a098
style: beautify d59f5931e6b7fac3604f9d5f13a1947688b285d9d59f593
chore(pre-commit): upgrade hooks for pyupgrade, mypy, vulture, bandit, and ch...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)